projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bd94f0
)
(electric-help-command-loop): "?\ " -> "?\s".
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 27 Nov 2006 13:49:57 +0000
(13:49 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 27 Nov 2006 13:49:57 +0000
(13:49 +0000)
lisp/ehelp.el
patch
|
blob
|
history
diff --git
a/lisp/ehelp.el
b/lisp/ehelp.el
index 376f31f1ca530a396802aa6ec01c5cd0346aeec9..39f08d51f189595875da13b29fc0735580e7358e 100644
(file)
--- a/
lisp/ehelp.el
+++ b/
lisp/ehelp.el
@@
-197,7
+197,7
@@
BUFFER is put into `default-major-mode' (or `fundamental-mode') when we exit."
(if (pos-visible-in-window-p (point-max))
(progn (message "%s" (substitute-command-keys "<<< Press Space to bury the help buffer, Press \\[electric-help-retain] to retain it >>>"))
(if (equal (setq unread-command-events (list (read-event)))
- '(?\
))
+ '(?\
s
))
(progn (setq unread-command-events nil)
(throw 'exit t)))))
(let (up down both neither